|
Apache MINA (Multipurpose Infrastructure for Network Applications)〔https://mina.apache.org/mina-project/faq.html#what-does-mina-mean〕 is an open source Java network application framework. MINA can be used to create scalable, high performance network applications. MINA provides unified APIs for various transports like TCP, UDP, serial communication. It also makes it easy to make an implementation of custom transport type. MINA provides both high-level and low-level network APIs. A user application interacts with MINA APIs, shielding the user application from low level I/O details. MINA internally uses I/O APIs to perform the actual I/O functions. This makes it easy for the users to concentrate on the application logic and leave the I/O handling to Apache MINA. ==Advantages== *Unified APIs for various transports (TCP/UDP etc.)〔(【引用サイトリンク】url=http://mina.apache.org/features.html )〕 *Provides high/low level APIs *Customizable Thread Model *Easy Unit Testing using Mock Objects *Integration with DI frameworks like Spring, Google Guice, picocontainer *JMX Manageability 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Apache MINA」の詳細全文を読む スポンサード リンク
|